Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Multi-Hop Channel Draft #741

Closed
wants to merge 14 commits into from
Closed

Multi-Hop Channel Draft #741

wants to merge 14 commits into from

Conversation

AdityaSripal
Copy link
Member

No description provided.

@AdityaSripal
Copy link
Member Author

This spec is quite complicated. The main issues I see are the following:

  1. A connection is identified differently on both sides (this is an unavoidable property of IBC)
  2. In order to maintain backwards compatibility and allow for a single channel to be serviced by multiple routes; we've squeezed multiple connection routes into the connectionHops: [string] field. This creates confusion since in some places the list of strings refers to multiple independent routes and in other places (the router functions) it is individual hops in a specific route. This clearly can and should be fixed to avoid confusion and improve consistency.

To minimize remaining work, we should merge the packet handling changes to this draft as-is. With the work from the product team in fully gathering requirements and use cases, we can revisit this spec to determine what we should do for it moving forward after those results come in.

@angbrav angbrav closed this Sep 7, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

2 participants